diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-11-27 23:12:22 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-11-27 23:12:22 +0000 |
| commit | a13a227e20f2890dec4a361b8fc68dda5adc5d22 (patch) | |
| tree | 377aa9c03cdfd43e8ce26ff6e871e0b2d8059a13 /apps/web/app/invite/[token] | |
| parent | adde8099095a7be88e5027f1010e1a40e8748149 (diff) | |
| download | karakeep-a13a227e20f2890dec4a361b8fc68dda5adc5d22.tar.zst | |
fix: fix colors in invitation form
Diffstat (limited to 'apps/web/app/invite/[token]')
| -rw-r--r-- | apps/web/app/invite/[token]/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/invite/[token]/page.tsx b/apps/web/app/invite/[token]/page.tsx index 874146fc..caa04056 100644 --- a/apps/web/app/invite/[token]/page.tsx +++ b/apps/web/app/invite/[token]/page.tsx @@ -16,7 +16,7 @@ export default async function InvitePage({ params }: InvitePageProps) { } return ( - <div className="flex min-h-screen items-center justify-center bg-gray-50 px-4 py-12 sm:px-6 lg:px-8"> + <div className="flex min-h-screen items-center justify-center bg-background px-4 py-12 sm:px-6 lg:px-8"> <div className="w-full max-w-md space-y-8"> <div className="flex items-center justify-center"> <KarakeepLogo height={80} /> |
